home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group02b.txt / 000143_icon-group-sender_Fri Nov 22 08:38:47 2002.msg < prev    next >
Internet Message Format  |  2003-01-02  |  1KB

  1. Return-Path: <icon-group-sender>
  2. Received: (from root@localhost)
  3.     by baskerville.CS.Arizona.EDU (8.11.1/8.11.1) id gAMFcjk21074
  4.     for icon-group-addresses; Fri, 22 Nov 2002 08:38:45 -0700 (MST)
  5. Message-Id: <200211221538.gAMFcjk21074@baskerville.CS.Arizona.EDU>
  6. From: jleger@afslogistics.com (Jonathan Leger)
  7. X-Newsgroups: comp.lang.icon
  8. Subject: Speed-up Icon's disk access?
  9. Date: 22 Nov 2002 06:03:57 -0800
  10. X-Complaints-To: groups-abuse@google.com
  11. To: icon-group@cs.arizona.edu
  12. Errors-To: icon-group-errors@cs.arizona.edu
  13. Status: RO
  14.  
  15. Icon's disk access (at least on the Windows platform) is pretty darn
  16. fast, no doubt about it.  But just in case there are ways to improve
  17. it... are there?  I'm primarily interested in improving the random
  18. access speed.  If I buffer the input when reading straight through a
  19. file I can get a 20-25% increase in performance, but buffering when
  20. you're reading all over the file would probably slow down the
  21. performance.
  22.  
  23. Any ideas on improving Icon's random disk access short of using an
  24. external C library?
  25.  
  26. Thanks,
  27. Jonathan Leger
  28.